This is my second upload on gta5-mods, and this is my empty NativeUI template for whoever wants to create a new NativeUI menu but wants an empty template to start off with.

How to install template?
1. Navigate to your VS2013/VS2015 folder (mine is "C:\Users\Username\Documents\Visual Studio 2015\")

2. Open the VS2013/VS2015 folder.

3. Open "Templates" folder.

4. Open "ProjectTemplates" folder.

5. Drag & Drop or Copy & Paste the "NativeUI (GTA5) - Empty Template.zip" file into the "ProjectTemplates" folder.

How to open it in VS2013/VS2015?
1. Open Visual Studio

2. Click "New Project"

3. Click "Templates" then "Visual C#"

4. Scroll down until you see "NativeUI (GTA5) - Empty Template".

5. Select the empty template, name your project, and click Ok.

How to add the references (otherwise you may have errors)
1. Double click "empty template.cs" in the Solution Explorer

2. In Solution Explorer, right click "References"

3. Select "Add Reference"

4. Select "Browse" then click "Browse..."

5. Navigate to where you have your "ScriptHookVDotNet.dll" and "NativeUI.dll" files. Select both

6. Add both dlls, then click "OK" in Reference Manager

How to import into GTA5?
1. Save the menu by clicking "File" then "Save All"

2. Click "Build" tab (in the top)

3. Click "Build Solution" or "Build <projectname>"

4. Once it's built, navigate to your VS projects folder (mine is in "C:\Users\Username\Documents\Visual Studio 2015\Projects\")

5. Open your projectname folder

6. Open your projectname folder (again)

7. Open "bin" folder

8. Open "Debug" folder

9. Drag and drop or copy and paste the "<projectname>.dll"

10. Navigate to the GTA5 scripts folder (mine is in "C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Scripts\")

11. Drop/paste the "<projectname>.dll" AND "NativeUI.dll" files in the scripts folder.

PS: Make sure you have all ScriptHookVDotNet AND ScriptHookV files in your main directory before trying to import scripts into GTA5. Enjoy modding!






